adding Hours
fun <Unit : HourOrSmaller, TimeUnit> TimePeriod<Unit>.addingHours(count: Int): TimePeriod<Unit>
Content copied to clipboard
Create a new TimePeriod by moving forward some number of hours.
Parameters
count
The number of hours by which to move forward.